﻿.page-large{
	text-align: center;
    padding:40px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.page-large>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-large a{
	color:#999;
	width: 26px;
	height: 26px;
	line-height:28px;
	border-radius: 3px;
	background:#F2F6FD;
	margin:0 5px;
    cursor:pointer;
}
.page-large .on{
	background:#2B6BAF;
	color: #fff!important;
}